home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / util2 / loadlb10.rdm < prev    next >
Encoding:
Text File  |  1996-06-17  |  745 b   |  26 lines

  1. Short:    Makes libraries/classes pre-resident 1.0
  2. Author:   Kenneth C. Nilsen (kenneth@norConnect.no)
  3. Uploader: Kenneth C. Nilsen (kenneth@norConnect.no)
  4. Type:     util/cli
  5.  
  6.  
  7.  
  8. LoadLib version 1.0 - © 1996 by Kenneth C. Nilsen (Freeware)
  9. -------------------------------------------------------------------------
  10. Released under BBSoft.
  11.  
  12. LoadLib will try to make a library or class be resident in memory.
  13. It does the simple job of LoadLibrary() on the name you request.
  14.  
  15. Usage:
  16.  
  17.     LoadLib [library|classname] [-v N] [-f]
  18.  
  19.     -v   followed by a number requests a version number (else ver=0)
  20.     -f = force resident (LoadLib doesn't close it at exit)
  21.  
  22. Use the options in any order you like.
  23.  
  24. E-mail: kenneth@norConnect.no
  25. URL   : http://www.norconnect.no
  26.